/* CSS Document */
/***新闻三列***/
/*font*/
@font-face{font-family:"commonfont";src:url('../font/common.woff') format('woff'),url('../font/common.ttf') format('truetype');}
.lanmub_newsitem2 .commonfont{font-family:"commonfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;}
.lanmub_newsitem2 {
    width: 100%;
}
.lanmub_newsitem2 .newsitem_1 {    
    font-size:20px; line-height:38px;
    height: 38px; border-bottom:1px solid #CCC
}
.lanmub_newsitem2 .newsitem_2 {
    margin-top: 5px;
}

.lanmub_newsitem2 .newsitem_2 ul{
	padding:0 10px;
}
.lanmub_newsitem2 .newsitem_2 li {    
    border-bottom: 1px dashed #eee; height: 32px;  line-height: 32px;
}
.lanmub_newsitem2 .newsitem_2 li a {
	width:270px; height:32px; float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #333;
}
.lanmub_newsitem2 .newsitem_2 li span {
    width:80px; float:right; height:32px;color: #999;
}
